CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / CimOpcUaDeviceContext Json Schema
In This Topic
    CimOpcUaDeviceContext Json Schema
    In This Topic
    Description
    Fields that describe the context for referencing an OPC UA Devices NodeIds
    Overview
    CimOpcUaDeviceContext
    Fields that describe the context for referencing an OPC UA Devices NodeIds
    DeviceId : string
    The Id of the OPC UA device.
    NamespaceUris : Array[string]
    An array of URIs referenced by NodeIds or QualifiedNames in the request. NamespaceIndex 0 shall not be in this list. The first entry in this list is NamespaceIndex 1.
    ServerUris : Array[string]
    A list of URIs referenced by ExpandedNodeIds in the request. ServerIndex 0 shall not be in this list. The first entry in this list is ServerIndex 1.
    Properties
    NameDescriptionData Type
    The Id of the OPC UA device.string
    An array of URIs referenced by NodeIds or QualifiedNames in the request. NamespaceIndex 0 shall not be in this list. The first entry in this list is NamespaceIndex 1.Array[string]
    A list of URIs referenced by ExpandedNodeIds in the request. ServerIndex 0 shall not be in this list. The first entry in this list is ServerIndex 1.Array[string]
    See Also